@extends('layouts.app') @section('title') {{__('Branches')}} @endsection @section('breadcrumb')
{{__('Branches')}}
{{__('Home')}}
{{__('Branches')}}
@endsection @section('content')
{{__('Branches Table')}}
@can('create_branch')
{{__('Create')}}
@endcan
#
{{__('Name')}}
{{__('Phone')}}
{{__('Address')}}
{{__('Action')}}
@endsection @section('scripts') @endsection