@extends('admin.includes.masterpage-admin') @section('content')

Blog Section

Add New Blog

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@foreach($blogs as $blog) @endforeach
Featured Image Blog Title Blog Details Views Actions
{{$blog->title}} {{substr(strip_tags($blog->details),0,100)}} {{$blog->views}}
{{csrf_field()}} Edit

{{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--

Blog Section

--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--@if(Session::has('message'))--}} {{--
--}} {{--×--}} {{--{{ Session::get('message') }}--}} {{--
--}} {{--@endif--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--

Blog Section Title Text

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{csrf_field()}}--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Add Blog--}} {{--
--}} {{--

Blog Members

--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach($blogs as $blog)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
Featured ImageBlog TitleBlog DetailsViewsActions
{{$blog->title}}{{substr(strip_tags($blog->details),0,100)}}{{$blog->views}}--}} {{--
--}} {{--{{csrf_field()}}--}} {{----}} {{-- Edit --}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{----}} {{----}} {{----}} @stop @section('footer') @stop