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

@foreach ($history as $history)

{{$history->title}}


image

{!!$history->description!!}

@auth @endauth @endforeach
@endsection