@section('optional_css')
@endsection
@section('optional_js')
@endsection
@if(session('success'))
{{ session('success') }}
@endif
@if(session('delete'))
{{ session('delete') }}
@endif
{{ __('Layanan') }}
@can('service.create')
{{ __('Harga Layanan Perusahaan') }}
{{ __('Ubah Harga Layanan') }}
@endcan
{{ __('ID') }} |
{{ __('Perusahaan') }} |
{{ __('Layanan') }} |
{{ __('Tarif') }} |
{{ __('Keterangan') }} |
{{ __('Action') }} |