@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
Contact Name
*
@if($errors->has('spotlight_member_contact_name'))
{{ $errors->first('spotlight_member_contact_name') }}
@endif
Contact Email
*
@if($errors->has('spotlight_member_contact_email'))
{{ $errors->first('spotlight_member_contact_email') }}
@endif
Company Logo
*
@if($errors->has('spotlight_member_company_logo'))
{{ $errors->first('spotlight_member_company_logo') }}
@endif
@if(isset($spotLight) && !empty($spotLight->spotlight_member_company_logo))
@endif
Short Desc
*
@if(isset($spotLight) && !empty($spotLight->spotlight_member_company_short_description)) {{$spotLight->spotlight_member_company_short_description}}@else{{old('spotlight_member_company_short_description')}}@endif
@if($errors->has('spotlight_member_company_short_description'))
{{ $errors->first('spotlight_member_company_short_description') }}
@endif
Long Desc
*
@if(isset($spotLight) && !empty($spotLight->spotlight_member_company_long_description)){{$spotLight->spotlight_member_company_long_description}}@else{{old('spotlight_member_company_long_description')}}@endif
@if($errors->has('spotlight_member_company_long_description'))
{{ $errors->first('spotlight_member_company_long_description') }}
@endif
Status
spotlight_member_status)) && @$spotLight->spotlight_member_status ==1? "checked" : "" }} checked>
Active
spotlight_member_status)) && @$spotLight->spotlight_member_status ==0? "checked" : "" }}>
Inactive
@if($errors->has('spotlight_member_status'))
{{ $errors->first('spotlight_member_status') }}
@endif
Submit
Cancel
@endsection @push('child-scripts') @endpush