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

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

@endsection @section('main_content')
@foreach($datas as $data) @endforeach
Profile ID Name List Name Question and Service Action
{{$slno}} {{ $data->name }} {{ $data->list_name }}
Attach
Edit
@endsection