@extends('layouts.admin.master') @section('title')Project Create {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Project Create

@endslot @endcomponent
Drop files here or click to upload.
(This is just a demo dropzone. Selected files are not actually uploaded.)
@push('scripts') @endpush @endsection