@extends('layouts/default') {{-- Page title --}} @section('title') {{ "List Service" }} @parent @stop {{-- Page content --}} @section('content')
@if(count($errors) > 0)
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif
to


No Asset Tag / Serial Number Supplier Start Date Completion Date Keterangan IT Support Cost Action
Total: Total:
@stop @section('moar_scripts') @include('customes.partials.add-service') @stop