@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Layanan') }} {{ __('Create') }} {{ __('Layanan') }} @csrf {{ __('Perusahaan') }} * Pilih Layanan @foreach($companies as $company) id == old('company_id'))?'selected':'' }}>{{ $company->name }} @endforeach @if ($errors->has('company_id')) {{ $errors->first('company_id') }} @endif {{ __('Layanan') }} * Pilih Layanan @foreach($services as $service) id == old('service_id'))?'selected':'' }}>{{ $service->nama }} @endforeach @if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif {{ __('Tarif') }} @if ($errors->has('tarif')) {{ $errors->first('tarif') }} @endif {{ __('Keterangan') }} {{ old('keterangan') }} @if ($errors->has('keterangan')) {{ $errors->first('keterangan') }} @endif {{ __('Save') }}