@extends('admin.layouts.master') @section('title') تعديل البيانات @endsection @section('css') @endsection @section('content-header')

تعديل البيانات

@endsection @section('content')
@include('admin.messages')
@csrf @method('PUT')

الأحرف المتبقية: 100

@error('header_text')

{{$message}}

@enderror

الأحرف المتبقية: 85

@error('body_text')

{{$message}}

@enderror

الأحرف المتبقية: 80

@error('footer_text')

{{$message}}

@enderror

الأحرف المتبقية: 100

@error('button_text')

{{$message}}

@enderror

الأحرف المتبقية: 100

@error('section_1_title')

{{$message}}

@enderror

@endsection @section('js') @endsection