@extends('admin.layouts.master') @section('title', 'Edit Blog - Admin') @section('body') @include('admin.message') {{ __('adminstaticword.UpdateBlog') }} << {{ __('adminstaticword.Back') }} {{ csrf_field() }} {{ method_field('PUT') }} {{ __('adminstaticword.Date') }}* {{ __('adminstaticword.User') }}* {{ $show->user->fname }} {{ __('adminstaticword.Heading') }}* 選擇分類: * category_id == 1) selected @endif>活動檔期 category_id == 2) selected @endif>運動知識 {{-- {{ __('adminstaticword.ButtonText') }} {{ __('adminstaticword.NewsUrl') }}: * category_id == 1) required @endif> --}} {{ __('adminstaticword.Detail') }}* {{ $show->detail }} @if(Auth::user()->role == 'admin') {{ __('adminstaticword.Image') }}*- 600*400 {{-- {{ __('adminstaticword.Approved') }}: approved == '1' ? 'checked' : '' }} > --}} {{ __('adminstaticword.Status') }}: status == 1) checked @endif > @endif @endsection @section('script') {{-- date range picker --}} @endsection