@extends('admin.layouts.master') @section('title', 'Edit Blog - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.UpdateBlog') }}

{{ csrf_field() }} {{ method_field('PUT') }}




  • approved == '1' ? 'checked' : '' }} >
  • status == '1' ? 'checked' : '' }} >

  • @endsection @section('script') @endsection