@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Personal History') @section('content_header')

Personal History

@stop @section('content')
@if (session('success')) @endif Personal History Section
@stop @section('footer')   @stop