@extends('layouts.master') @section('title', 'Franchises') @section('links') @endsection @section('content')

{!! trans('messages.list_all') !!} Franchises

@if(Entrust::can('create_franchise')) @endif
@include('common.datatable',['col_heads' => $col_heads])
@endsection @section('scripts') @endsection