@extends('backend.admin.layouts.master') @section('content')

{{$heading}}

@include('layouts.message')
{{$heading}}
{{csrf_field()}}
@error('title')
{{$message}}
@enderror
Visible on blog post list as a small description of the post. @error('short')
{{$message}}
@enderror
@error('image')
{{$message}}
@enderror
@error('details')
{{$message}}
@enderror
@error('source')
{{$message}}
@enderror
@error('source_link')
{{$message}}
@enderror
status) checked @endif id="status" value="1" name="status" />
@endsection @section('scripts') @endsection