@extends('layouts.master') @section('title') @lang('translation.Create_New') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Projects @endslot @slot('title') Create New @endslot @endcomponent
Please enter a project name.
Please enter a project description.

Drop files here or click to upload.

Publish
Please select project status.
Due Date
Please select due date.
@endsection @section('script') @endsection