@extends('layouts.app-2') @section('title') Order Delegate @endsection @section('content')

Order Delegate

DataTable with default features

@foreach ($joborders as $jo) @endforeach
No Client Jumlah Site Action
{{++$i}} {{$jo->nama}} {{$jo->jumlah_site}}
{{-- --}} {{-- --}}
@endsection @push('datatables') @endpush