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

franchisor Listing


Search By Created Date :
--To-- Reset Search
Franchisor feedback Data
@foreach($data as $franData) @endforeach
S No. Franchisor id Company name Franchising experience rating Quantity leads Quality leads No of prospects Happiness rating Comment Feedback Month Created Date
{{ $loop->index + 1 }} {{ $franData->franchisor_id }} {{ $franData->company_name }} {{ $franData->franchise_exp_rating }} {{ $franData->quantity_leads }} {{ $franData->quality_leads }} {{ $franData->no_of_prospects }} {{ $franData->happiness_rating }} {{ $franData->feedback_comment }} {{ $franData->feedback_month }} {{ $franData->created_at }}
{!! $data->appends(['startDate' => request()->startDate, 'endDate' => request()->endDate, 'search' => request()->search, 'month' => request()->month])->render() !!}
@include('include.footer')