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

Add New

@endsection {{-- custom js --}} @push('js') @endpush