@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')

{{ $title }}

@csrf
@endsection @push('script') @endpush