@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('branches.create') Add Branch @endadminCan
@if(count($branches)) @foreach ($branches as $branche) @endforeach @else @endif
Name City District phone Actions
{{ $branche->name }} {{ $branche->city->name }} {{ $branche->district->name }} {{ $branche->phone }} Actions
no data found
{{ $branches->links() }}
@endsection