@extends('layouts.sidebar')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
Billings |
Business Line |
Business Name |
Owners Name |
Owners Name2 |
ID Type |
ID No. |
Contact No. |
Contact No2. |
Actions |
@foreach ($clients as $client)
Confirm Delete
Are you sure you want to delete this client?
@endforeach
@endsection
@section('scripts')
@endsection