@extends('back.layouts.main')
@section('title' , 'Vip packages')
@section('content')
# |
Name |
Name en |
Price |
Actions |
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->name}} |
{{$row->name_en}} |
{{$row->price}} |
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
Vip packages
@stop