@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title')

Customer Supports

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif @if(Session::has('error-message'))
{{Session('error-message')}}
@endif

List

Action # Claim Date Name Phone Bill Date Item Serial Problem details by customer Ryans Response Action Taken Status Action By
@endsection @section('javascripts') @endsection