@extends('layouts.app') @section('content')
@can('write_order') {{ __('branch.title.create') }} @endcan
@include('messages.alert')
@include('branch.tables.index')
@endsection