@extends('super_admin.layout.master') @section('title','الإدارة المركزية') @section('content')
تعديل {{ $branch->name }}
@csrf @include('super_admin.branch.form')
@endsection