@extends('front.layouts.app') @section('css') @endsection @section('content')
@include('vendor.errors')

{{$row->name}}

العمر : {{$row->age}} سنه

المستوي تعليمي : {{$row->edu_level}}

الوظيفة : {{ $row->job }}

الجنسيه : {{$row->nationality}}

@if($row->video)
@endif
@endsection @section('js') @endsection