@extends('layout.app') @section('title') {{ __('تعديل القسم') }} @stop @section('content')

{{ __('تعديل القسم') }}

@csrf @method('put')
إلغاء
@endsection