@extends('admin.dash_layouts.main') @section('title') {{ 'Dashboard page' }} @endsection @section('content')

Add Clients

@if (session()->has('success')) @endif

Add Clients

@csrf
@endsection