@extends('layouts.app') @section('title', 'tag title ') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content') page title @endsection {{-- custom js --}} @push('js') @endpush