@extends('dashboard.layouts.base') @section('content')
تعديل الشروط والصلاحيات
@csrf @method('PUT') {{-- Arabic WYSIWYG Input --}}
@error('description.ar') {{ $message }} @enderror
{{-- English WYSIWYG Input --}}
@error('description.en') {{ $message }} @enderror
{{-- Urdu WYSIWYG Input --}}
@error('description.ur') {{ $message }} @enderror
@if(Auth::guard('admin')->user()->can('update terms_conditions'))
@endif
{{-- Summernote CSS & JS --}} @endsection