@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('showrooms.create') Add ShowRooms | Agencies @endadminCan
{{-- --}} @if(count($showrooms)) @foreach ($showrooms as $showroom) {{-- --}} @endforeach @else @endif
Ref code Showroom Name owner Name typeIs ApprovedIs Blocked logo Expired Date Created At Actions
{{ $loop->iteration }} {{ $showroom->code }} {{ $showroom->showroom_name }} {{ $showroom->owner_name }} {{ $showroom->type }} @if($showroom->getFirstMediaUrl('showrooms-logo') != null) brand @endif {{ $showroom->getExpiredDate() }} {{ $showroom->getCreatedAt() }} Actions
no data found
{{ $showrooms->links() }}
@endsection @push('admin_js') @endpush