@extends('partner.layouts.admin_layout') @section('content_header')

Account {{ Session::get('error_msg') }} {{ Session::get('succ_msg') }}

@endsection @section('main_content')
@foreach($services as $data) @endforeach
Profile ID Code Name Base Price Description Status Action
{{$slno}} {{ $data->pack_code }} {{ $data->name }} {{ $data->amount }} {{ substr($data->description,0,30)}}...Readmore @if($data->is_active == 0) Inactive @else Active @endif
Edit Delete
@endsection