@extends('admin.layouts.layout') @section('content')

{{ $projectdetails ? 'Edit ' : 'Create' }} Respond to Notification

@csrf @if($projectdetails) @method('PUT') @endif


  
@endsection