@extends('layouts.master') @section('title', __('index.edit_branch')) @section('button') {{ __('index.button_back') }} @endsection @section('main-content') @include('admin.section.flash_message') @include('admin.branch.common.breadcrumb',['title'=>__('index.edit')]) @method('PUT') @csrf @include('admin.branch.common.form') @endsection