@extends('layouts.admin') @section('page-title', 'Create Client') @section('page-subtitle', 'Add a client for conveyance tracking') @section('content')

Create Client

Add a new client so employees can tag their conveyance correctly.

Back to Clients
@csrf {{-- Name --}}
{{-- Code + City --}}
{{-- Notes --}}
{{-- Active toggle --}}
@endsection