@extends('layouts.backend',['page_title'=>'Create New branch']) @section('content-header')

الفروع

@stop @section('content')
@include('common.errors')

Branch

@include('backend.branches._form')
@stop