@extends('layouts.admin') @section('title', 'Edit Branch') @section('content')
@include('admin.branches._form', ['branch' => $branch])
@endsection