@extends('backend.layout.app') @section('title','Add price category') @push('css') @endpush @section('main_menu','HOME') @section('active_menu','Add price category') @section('link',route('admin.adminDashboard')) @section('content')
@if(count($price_category) <20)

Add Price List Category

@csrf
@endif

Price Category (Total = {{count($price_category)}})

@foreach($price_category as $data) @endforeach
Category Name MonthLy charge Device Price Bg Image Action
{{$data->name}} {{$data->monthly_charge}} {{$data->device_price}}
@endsection @push('js') @endpush