@extends('layouts.main') @section('main-container')
@if (session('success'))
{{ session('success') }}
@endif
@csrf
@endsection