@extends('layouts.app') @section('content')
@include('Layout::parts.bc')
@include('User::frontend.profile.sidebar')
@if(view()->exists(ucfirst($type).'::frontend.profile.service')) @include(ucfirst($type).'::frontend.profile.service',['view_all'=>1]) @endif
@endsection