@extends('layouts.app') @section('title','Book Issue Update') @section('pages')
@csrf @method('PUT')
Book Issue

@if ($errors->has('book_name')) {{ $errors->first('book_name') }} @endif
Book Issue

@if(count($bookIssue->issueDetails)>0) @foreach($bookIssue->issueDetails as $key=> $list) @php $key++;@endphp @endforeach @endif
Book Name Quantity Action
@endsection