@include('layouts.head')
@include('layouts.header')
@include('layouts.sidebar')

{{ __('language.Update Book') }}

@csrf @method('PUT')
type != 'file') hidden @endif>
type != 'description') hidden @endif>
@php $count = 0; @endphp @foreach ($bookInformation as $key => $bookInformations)
@php $count++; @endphp @endforeach

@include('layouts.footer')