JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @section('page-title') {{ __("Manage Branch") }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Branch') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($branches as $branch) @endforeach
{{__('Branch')}} {{__('Action')}}
{{ $branch->name }} @can('Edit Branch') @endcan @can('Delete Branch')
{!! Form::open(['method' => 'DELETE', 'route' => ['branch.destroy', $branch->id], 'id' => 'delete-form-' . $branch->id]) !!}
@endcan
@endsection