@extends('layouts.app') @section('title','Branches List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('branch-create', $authRolePermissions)) Add New @endif
@include('website-setting.branches.table')
@endsection @section('js') @endsection