@extends('front.layouts.app') @section('content')

{!! @$title !!}

@csrf
@endsection @section('js') @stack('js') @endsection