@extends('admin.layouts.master') @section('title') {{ translate('Blog - Create') }} @endsection @section('content')
{{ translate('Add New') }}
{{ translate('Blog Information') }}
@csrf
@error('title') {{ $message }} @enderror
@error('category_id') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@error('meta_title') {{ $message }} @enderror
{{ translate('Cancel') }}
@endsection @section('scripts') @endsection