@extends('admin.layouts.master') @section('page_title') {{ __('admin.tidings.edit-title') }} @endsection @section('head') @endsection @section('content-wrapper')

{{ __('admin.tidings.edit-title') }}

{{ csrf_field() }}
@{{ errors.first('title') }}
@{{ errors.first('url_key') }}
@{{ errors.first('publish_date') }}
@{{ errors.first('image') }}
status ? 'checked' : '' }} name="status" id="status">
@{{ errors.first('body') }}
@endsection @push('scripts') @endpush