@extends('layouts.master') @section('aboutResearcher')
About the Researcher
@if ($msg = Session::get('success'))
{{ $msg }}
@endif @if(Auth::user()->user_type == 0 )
@endif @if(Auth::user()->user_type == 1 )
@csrf
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endif
@endsection @section('scripts') @endsection