@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
@if(!empty($blogs)) @foreach($blogs as $b) @endforeach @endif
Title Category Status Created At Options
{{ $b->title }} {{ $b->category->name }} {{ strtoupper($b->status) }} created)) ?>
@endsection @section('js') @endsection