@extends('layouts.app') @section('content')

Client Management

{{ csrf_field() }}
{{ csrf_field() }}
{{ csrf_field() }}
{!! $dataTable->table([ 'id' => 'client-management-table', 'class' => 'table table-striped dt-responsive table-hover', 'style' => 'width: 100%;' ]) !!}

Filter

{{ csrf_field() }} Status

{{ csrf_field() }}
{{ csrf_field() }}
{{ csrf_field() }}
@endsection @push('footer_js') {!! $dataTable->scripts() !!} @endpush