{{------------------------------------------ Template ------------------------------------------}} @extends('admin.template.template') {{------------------------------------------- Title --------------------------------------------}} @section('title') Admin | {{ config('app.name') }} @endsection {{------------------------------------------ page-css ------------------------------------------}} @section('page-css') @endsection {{------------------------------------------- navbar -------------------------------------------}} @section('navbar') @include('admin.template.navbar') @endsection {{------------------------------------------ subtitle ------------------------------------------}} @section('subtitle')

Video

@endsection {{----------------------------------------- Breadcrumb -----------------------------------------}} @section('breadcrumb') @endsection {{------------------------------------------ Content ------------------------------------------}} @section('content')
# ID Title Category Url Readed Create at Update at Action
@stop {{------------------------------------------ Page js ------------------------------------------}} @section('page-js') @endsection