@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('All Custom Form')}} @endsection @section('content')

{{__('All Custom Form')}}

@foreach($all_forms as $data) @endforeach
{{__('ID')}} {{__('Title')}} {{__('Action')}}
{{$data->id}} {{$data->title}}
@endsection @section('script') @endsection