@php if (empty($participants)) { $participants_st_id = ''; $participants_st_name = ''; } else { $participants_st_id = $participants->participants_st_id; $participants_st_name = $participants->participants_st_name; } @endphp @extends('layouts.master') @section('title', 'Participants Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')