@extends('layouts.header') @section('content')
@csrf
@if (\Session::has('success')) @endif @if (\Session::has('failed')) @endif
@endsection