@extends('Dashboard.main') @section('Dashboard')

{{ __('Edit')}} {{ $Post->Title_en }}

{!! __('Edit') !!} {!! $Post->Title_en !!}
@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf @method('PATCH')
@error('Title_en')
{{ $message }}
@enderror
{!! __('News Content') !!}
{!! __('News Content') !!}

{!! __('These are Default News Category') !!}

Dont Change Image
{!! __('Drag and drop News Image Upload') !!}
@if(isset($Post->ImageUpload->filename)) Your News @else News @endif @csrf
@endsection