@extends('layouts.admin') @section('title', 'POS Image List') @section('content-header', 'POS Image List') @section('content-actions') Add POS Image @endsection @section('content')
@foreach ($pos_images as $pos_image) @endforeach
Image ID Name Overview
{{$pos_image->image_id}} {{$pos_image->image_name}} POS Image
@endsection @section('js') @endsection