@extends('layouts.app') @section('contentSection')
@csrf @csrf


@endsection @section('pageSpecificScripts') @if (Session::has('success')) @endif @if (Session::has('errors')) @endif @endsection