@extends('dashboard.layouts.layouts') @section('title') create project @endsection @section('content')

project Create

@include('dashboard.layouts.messages')
@csrf

Add project Info

Enter Project Description

Upload before Image

Upload after Image

@endsection('content')