@extends('dashboard.base') @section('css') @endsection @section('content')
Post a Projects
@if (session('status')) @endif

Post a Project

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







@endsection @section('body_end') @endsection