@extends('layouts.admin') {{-- Customize layout sections --}} @section('subtitle', 'Post') @section('content_header_title', 'Home') @section('content_header_subtitle', 'Post') {{-- Content body: main page content --}} @section('content_body')
@endsection @push('js') @endpush