@extends('frontend.layout.master') @section('title', $pageTitle) @section('content')
@if (Session::has('toast'))
{{ Session::get('toast.message') }}
@endif
@csrf
@endsection