@extends('backend.layouts.app') @section('content')
Instrument List
@foreach ($instrument as $key => $item) @endforeach
# {{translate("Title")}} {{translate("Description")}} {{translate("Status")}} {{translate("Action")}}
{{ ($key+1) + ($instrument->currentPage() - 1) * $instrument->perPage() }}
@if($item->image !== NULL) @else @endif
status == 1) checked @endif>
{{-- Previous
    Next --}} {{$instrument->links()}}
    @endsection @section('modal') @include('backend.modals.delete') @endsection @section('script') @endsection