@section('Dashboard')

media {!! __('Blogs') !!}

{!! __('Welcome to the Blogs Management Dashboard! Here, you can easily Create new Blogs to tailor the system to your needs. Simply navigate to the Create Blogs section to get Started.') !!}


@if($message = Session::get('Update'))
{{ $message }}
@endif @if($message = Session::get('store'))
{{ $message }}
@endif @if ($message = Session::get('delete'))
{{ $message }}
@endif
@foreach($Blogs as $Blog) @endforeach
@include('layouts.footer')
@endsection