@extends("layouts.admin.app") @section("page-title") {{__("All Main Branches")}} @endsection @section("css-links")
@endsection @section("page-nav-title")
{{__("Main Branches")}}
{{__("All Main Branches")}}
{{__("Dashboard")}}
{{__("Main Branches")}}
{{__("Sort")}}
@endsection @section("content") @include("includes.dialog")
@csrf
@foreach($branches as $branch)
{{$branch->name}}
@endforeach
{{__("Save")}}
@endsection @section("scripts") @endsection