@extends('layouts.app') @section('content')

@if (isset($province)) تعديل محافظة @else أضافة محافظة @endif

@csrf @if (isset($province)) @method('PATCH') @endif
@endsection