@extends('admin.layouts.master') @section('title', 'Edit Blog - Admin') @section('body') @include('admin.message') {{ __('Update Latest Updates') }} {{ csrf_field() }} {{ __('adminstaticword.Date') }}* {{ __('adminstaticword.Heading') }}* {{ __('Link') }}:* {{ __('adminstaticword.Detail') }}* {{ $show->detail }} {{ __('adminstaticword.Approved') }}: approved == '1' ? 'checked' : '' }} > {{ __('adminstaticword.Status') }}: status == '1' ? 'checked' : '' }} > @endsection @section('script') @endsection