@extends('frontend.index') @section('content')
@if(isset($data))
  • {{ $data->name }}

  • @lang('frontend.name') : {{ $data->name }}
    @lang('frontend.designation') : {{ $data->designation }}
    @lang('frontend.profession') : {{ $data->profession }}
    @lang('frontend.father_name') : {{ $data->father_name }}
    @lang('frontend.mother_name') : {{ $data->mother_name }}
    @lang('frontend.mobile') : {{ $data->mobile }}
    @lang('frontend.mail') : {{ $data->email }}
    @lang('frontend.duration') : {{ $data->duration }}
    @lang('frontend.adress') : {{ $data->address }}
  • @else Not Found... @endif
    @include('frontend.sidebar')
    @endsection