@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Reports Settings @endsection @section('content')
@if($userDetails->code === 200)
Email:
{{$userDetails->data->user->email}}
Phone: {{$userDetails->data->user->phone_no}}
@elseif($userDetails->code === 400)
{{$userDetails->error}}
@else
Some thing went wrong , can not get User details
@endif

Report Setting

Update your report settings (These will be your custom report PDF Logo and Brand Name)
Allowed file types: png, jpg, jpeg.
@endsection @section('scripts') @endsection