@include('include.css') @include('include.header') @section('FI') active open @endsection @include('include.sidebar')

franchisor Listing


@section('update-pending') active @endsection @include('include.tabs')
franchisor Data
@foreach($data as $franData) @endforeach
Id Email Company Name Location Created Date View
{{$franData->profile_str}} {{$franData->email}} {{$franData->company_name}} {{$franData->fran_address}} {{$franData->created_at}}
{{ $data->links() }}
@include('include.footer')