@php if(empty($organized)){ $organized_id = ''; $organized_name = ''; } else { $organized_id = $organized->organized_id; $organized_name = $organized->organized_name; } @endphp @extends('layouts.master') @section('title', 'Organized Coordinated Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Organized Coordinated Add/Edit

{{--

Hello! This is Sandbox

--}}
Organized Coordinated Add/Edit
@csrf
Back
@include('layouts.footer') @endsection