@extends('layouts.admin') @section('title', 'About') @section('breadcrumbs', 'About') @section('second-breadcrumb')
  • Overview About
  • @endsection @section('content')
    @if (session('success')) @endif

    View About

    image

    Caption:

    {!!$abouts[0]->caption!!}

    Edit Profile
    @endsection