@extends('main') @section('css') @endsection @section('content')
@if (Session::get('error_msg'))
{{Session::get('error_msg')}}
@endif @if (Session::get('succ_msg'))
{{Session::get('succ_msg')}}
@endif
@include("left_menu")
banner

My Resumes

@if (Session::has('message'))

{{ Session::get('message') }}

@endif

Search Resumes

Post Resumes

@if ($errors->any())
    {{ implode('', $errors->all(':message')) }}
@endif
@if($data->count() > 0) @foreach($data as $pic)
{{--*/ $addfile='images/text.png' /*--}} @if($pic->access=='PUB') {{--*/ $viewName = @end( @explode( '.', $pic->path ) ) /*--}} @if($viewName=='txt') {{--*/ $addfile='images/text.png' /*--}} @endif @if($viewName=='doc') {{--*/ $addfile='images/doc.png' /*--}} @endif @if($viewName=='docx') {{--*/ $addfile='images/docxs.png' /*--}} @endif @if($viewName=='pdf') {{--*/ $addfile='images/pdfs.png' /*--}} @endif @if($viewName=='xls') {{--*/ $addfile='images/xlss.png' /*--}} @endif @if($viewName=='xlsx') {{--*/ $addfile='images/xlsxs.png' /*--}} @endif @if($viewName=='rtf') {{--*/ $addfile='images/rtfs.png' /*--}} @endif @endif
@if($pic->path) @endif
@endforeach @else

No Resumes Found

@endif
@endsection @section('js') @endsection