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

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

{{ csrf_field() }}
@{{ errors.first('title') }}
@{{ errors.first('url_key') }}
@{{ errors.first('publish_date') }}
@{{ errors.first('image') }}
@{{ errors.first('body') }}
@endsection @push('scripts') @endpush