@extends('dashboard.base') @section('content') Post a Project
Post a Projects
@if (session('status')) @endif @if (str_contains(Auth::user()->menuroles, "client"))

Post a Project

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif








@endif
@endsection