@extends('layouts.contentNavbarLayoutBackend') @section('title', 'Create Project') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@csrf

Add a new Project

Enter project data

Back
@endsection