@extends('lap::layouts.auth') @section('title', 'Update User Services') @section('child-content')

@yield('title')

@csrf @method('PATCH')
@foreach(['Yes', 'No'] as $option)
alreadymember ? ' checked' : '' }}>
@endforeach
@foreach(['Proprietary', 'LLP', 'Pvt. Ltd.', 'Limited'] as $option)
companytype ? ' checked' : '' }}>
@endforeach
@foreach([true] as $option)
agreeterms ? ' checked' : '' }}>
@endforeach
@if($user_services->active =='Y') Inactive User @else Activate User @endif
@endsection