@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($history ?? '' && $history->id) @method('PUT') @endif @CSRF
@foreach(historyreads($history->id) as $his=>$read)
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection