@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
@endsection @section('script') @endsection