@extends('adminlte::page') @section('title', 'Create Client') @section('content_header')

Create New Client

@endsection @section('content')
@csrf
@endsection