@extends('backend.layouts.main') @section('title') Edit Branch @endsection @section('content')

Edit Branch

@csrf @method('PUT') @include('backend.branches.partials.form')
@endsection