@extends('layouts.app') @section('title') {{__('Create Branch')}} @endsection @section('breadcrumb')

{{__('Branches')}}

@endsection @section('content')

{{__('Create Branch')}}

@csrf @include('admin.branches._form')
@endsection @section('scripts') @endsection