@extends('backend.layouts_backend.master2') @section('title') Edit Branch @endsection @section('content') {{-- header --}}

Edit Branch

@if (Auth::user()->can('branch-create')) @endif @if (Auth::user()->can('branch-list')) @endif

{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('branch_name')) @endif

{{-- branch address --}}
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection