@extends('template.master') @section('title', 'Add/Edit Spotlight Member') @push('styles') @endpush @section('content')

Add/Edit Spotlight Member

Back
@csrf @if(isset($spotLight) && !empty($spotLight->spotlight_member_id)) @endif
@if($errors->has('spotlight_member_contact_name'))
{{ $errors->first('spotlight_member_contact_name') }}
@endif
@if($errors->has('spotlight_member_contact_email'))
{{ $errors->first('spotlight_member_contact_email') }}
@endif
@if($errors->has('spotlight_member_company_logo'))
{{ $errors->first('spotlight_member_company_logo') }}
@endif
@if(isset($spotLight) && !empty($spotLight->spotlight_member_company_logo))
@endif
@if($errors->has('spotlight_member_company_short_description'))
{{ $errors->first('spotlight_member_company_short_description') }}
@endif
@if($errors->has('spotlight_member_company_long_description'))
{{ $errors->first('spotlight_member_company_long_description') }}
@endif
spotlight_member_status)) && @$spotLight->spotlight_member_status ==1? "checked" : "" }} checked>
spotlight_member_status)) && @$spotLight->spotlight_member_status ==0? "checked" : "" }}>
@if($errors->has('spotlight_member_status'))
{{ $errors->first('spotlight_member_status') }}
@endif
Cancel
@endsection @push('child-scripts') @endpush