@extends('layouts.dashboard') @section('content') Add Branch Home Add Branch Back @if (Session::has('message')) {{ Session::get('message') }} @endif @php $route = route('branch.add'); @endphp @include('branch._form') @endsection @push('scripts') {{-- AIzaSyCgyBWVQRs5rzEjMlWmGurrUQhnRVPXbmg --}} @endpush