@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = empty($project->id) ? __('Create new Project') : __('Edit Project'); @endphp @include('admin.partials.page_header') @endsection @section('content')
@if (!empty($project->id)) @method('PATCH') @endif
{{-- buttons --}}
{{ __('Cancel') }}

@endsection