@extends('adminlte::page') @section('title', 'Create Project') @section('content_header')

Create New Project

@stop @section('content')
@csrf
@stop @section('css') @stop @section('js') @stop