@extends('dashboard.layouts.master') @section('css') @endsection @section('title') {{ $title }} @endsection @section('content')

{{trans('dashboard/sidebar.branch_page_title') }}

{{ trans('dashboard/sidebar.branch_sidebar_title') }} @include('dashboard.admin.branches.btn.create')
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush