@extends('layout.layout') @php $route = 'users'; @endphp @section('title') {{trans('lang.show')}} @endsection @section('style') @endsection @section('header')

{{trans('lang.show')}}

@endsection @section('content')
image
0
{{trans('lang.completed_orders')}}
0
{{trans('lang.canceled_orders')}}
{{--
--}} {{--
--}} {{-- Profile Compleation--}} {{-- 50%--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@if(request()->routeIs($route.'.show2',$data->id) ) @include('Admin.User.show.overview') @elseif(request()->routeIs($route.'.show.orders',$data->id) ) @include('Admin.User.show.orders') @elseif(request()->routeIs($route.'.show.rates',$data->id) ) @include('Admin.User.show.rates') @else @endif
@endsection