@extends('admin.layouts.master') @section('title', $branch->exists ? 'تعديل فرع' : 'إضافة فرع') @section('page-header')
الفروع

{{ $branch->exists ? 'تعديل: '.$branch->name : 'فرع جديد' }}

@endsection @section('content')
@csrf @if($branch->exists) @method('PUT') @endif
@endsection