@extends('layouts.app') @section('content')

All branch

Showing
entries
@can('create','branches') Add new @endcan
@if($branches->count()>0) @if($filters['rows'] != "All")
Showing {{ $branches->count() }} entries
@endif @endif
@endsection @section('page_script') @parent @endsection