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

Client Type List

Create New Client Type
@if (session('success')) @endif @if (session('error')) @endif
@forelse ($clientTypes as $index => $clientType) @empty @endforelse
ID Name Actions
{{ $index + 1 }} {{ $clientType->name }} View Edit
No Client Types Found
@endsection