@extends('layout') @section('css') @endsection @section('content') @include('projects.form.breadcrumb')
Project Details
@if($details)
@endif
@if(!$details) @include('projects.form.members') @endif
@endsection @section ('script') @endsection