@extends('backend.layouts.main') @section('title') Create Branch @endsection @section('content')

Create New Branch

@csrf @include('backend.branches.partials.form')
@endsection