@extends('admin.template.master') @section('title', $title) @section('content')

Knowledge Sections

@include('admin.partials.flash_message') @foreach($content as $k=>$u) @endforeach
S.no Title Publish On Action
{{ ++$k }} {{ $u->name }} {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y') }}
{{ csrf_field() }}
S.no Title Publish On Action
@endsection