@extends('layouts.admin') @section('title', $theme->exists ? 'تعديل القالب' : 'إضافة قالب') @section('content')
@csrf @if($theme->exists) @method('put') @endif
exists ? '' : 'required' }}>استخدم قيمة عشوائية بطول 32 حرفًا أو أكثر، وضع القيمة نفسها داخل القالب.
@endsection