@extends('back.layouts.main') @section('title' , 'Vip packages') @section('content')
@if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# Name Name en Price Actions
{{$row->id}} {{$row->name}} {{$row->name_en}} {{$row->price}}
id) }}" onsubmit="return confirm('Do you really want delete this?');" > @method('DELETE') @csrf
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop