@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf

{{ !empty($blog->id) ? __('blog_admin.edit_blog') : __('blog_admin.add_blog') }}

@if (empty($blog->image))

{{__('blog_admin.upload_image')}}

@else @endif
status) ? ($blog->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($blog->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection