@extends('layouts.admin_layout') @section('title', 'Billing Category List') @section('content')
Mobile Image
@foreach($images as $image) @endforeach
SN IMAGE NAME STATUS ACTION
{{$loop->iteration}} {{$image->image_name}} {{$image->status}} Edit {{$image->status == "active" ? "Deactivate" : "Activate"}}
@endsection