@include('includes/notifications')

Branch Lists

@if($branches->count() > 0) @foreach($branches as $branch) @endforeach @else @endif
Branch Code Branch Name Action
{{ $branch->branch_code }} {{ $branch->branch_name }} Edit {!! Form::open(array('route' => array('survey_branches.destroy', $branch->id), 'method' => 'DELETE')) !!} {!! Form::close() !!}
No record found