@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif {!! Breadcrumbs::render('admin.branches.index') !!}

Branches - List

@if(Auth::user()->can('branches-create')) Create a Branches @endif
@if(Auth::user()->can('branches-destroy')) Delete @endif

All Branches

Id Name Name Arabic Actions
{!! Form::open([ 'method' => 'POST', 'class' => 'inline', 'id'=> 'bulkaction' ]) !!} {!! Form::close() !!} @endsection