@extends('layouts.admin') @section('title', 'Create Branch') @section('content')
@include('admin.branches._form')
@endsection