@extends('layouts.backend',['page_title'=>'Edit branch "'.$branch->title.'"']) @section('content-header')

الفروع

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

branch

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