@extends("layouts.admin.app") @section("page-title") {{__("All Main Branches")}} @endsection @section("css-links") @endsection @section("page-nav-title")

{{__("Main Branches")}}

{{__("All Main Branches")}}

@endsection @section("content") @include("includes.dialog")
@csrf
    @foreach($branches as $branch)
  • {{$branch->name}}
  • @endforeach

@endsection @section("scripts") @endsection