@extends('admin.template.master') @section('title', $title) @section('content')

Draft Clients Profile

@include('admin.partials.flash_message') @foreach($content as $k=>$u) @endforeach
S.no Organisation Name Official E-Mail Id Contact Person Created On Action
{{ ++$k }} {{ $u->name }} {{ $u->email }} {{ $u->person }} {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }}
{{ csrf_field() }}
S.no Organisation Name Official E-Mail Id Contact Person Created On Action
@endsection