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

{{__('app.add_blog')}}

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('details')) {{ $errors->first('details') }} @endif

{{__('app.image')}}

@if ($errors->has('image')) {{ $errors->first('image') }} @endif

Accepted Image Files: JPEG, JPG, PNG
Recommend Size: 870 x 500 (1MB)

@saveWithAnotherButton
@endsection @push('style') @endpush @push('script') @endpush