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

Add Project

@csrf
@endsection