@extends('admin.layouts.main') @section('title', ___('Add New Blog')) @section('content')
@csrf

{{ ___('Allowed JPG, JPEG or PNG.') }}

{{ ___('Select Pending if you want to hide this from the frontend') }}
@push('scripts_at_top') @endpush @push('scripts_vendor') @endpush @endsection