@extends('admin.layouts.main') @section('content')

Add Content


@csrf @if( @$data ) @method('PATCH') @endif
@error('name')
{{ $message }}
@enderror
@endsection @push('script') @endpush