@extends('admin.admin') @section('content')
List

About View

Item Value
Title :{{ $about->title }}
Description :{!! $about->description !!}
Location :{{ $about->location }}
Age :{{ $about->age }}
Resume Link :{{ $about->resume_link ?? 'Not Added' }}
Image :
@endsection