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

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

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

{{-- --}}


@if(Auth::user()->role == 'admin')

{{--
  • approved == '1' ? 'checked' : '' }} >
  • --}}

    @endif
    @endsection @section('script') {{-- date range picker --}} @endsection