@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{lang('Edit Article')}}

@if(setting('enable_gpt') == 'on') @endif
@csrf @honeypot
@error('title') {{ lang($message) }} @enderror
@error('category') {{ lang($message) }} @enderror
@error('message') {{ lang($message) }} @enderror
{{-- --}} @error('featureimage') {{ lang($message) }} @enderror
{{lang('The file size should not be more than 5MB', 'filesetting')}}
@if ($article->featureimage != null) @endif
{{lang('The file size should not be more than', 'filesetting')}} {{setting('FILE_UPLOAD_MAX')}}{{lang('MB', 'filesetting')}}
@foreach ($article->getMedia('article') as $articles) @endforeach
@endsection @section('modal') @if(setting('enable_gpt') == 'on') @endif @endsection @section('scripts') @endsection