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

@yield('title')

@csrf
@foreach(['Yes', 'No'] as $option)
@endforeach
@foreach(['Proprietary', 'LLP', 'Pvt. Ltd.', 'Limited'] as $option)
@endforeach
@foreach([true] as $option)
@endforeach
@endsection