@extends('layouts.master') @section('title', 'Add New Project') @section('content')

Add New Project

@if(count($errors) > 0) @endif
@csrf
Looks good!
Please enter project title.

Looks good!
Please enter project details.

@endsection @section('scripts') @endsection @section('styles') @endsection