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

franchisor Listing


@section('image-pending') active @endsection @include('include.tabs')
franchisor Data
@foreach($data as $franData) @endforeach
Id Email Company Name Location Membership Type View
{{$franData->profile_str}} {{$franData->email}} {{$franData->company_name}} {{$franData->fran_address}} @if($franData->membership_type == 0)Free @endif @if($franData->membership_type == 1)Paid @endif
{{ $data->links() }}
@include('include.footer')