@extends('admin/layouts/default') @section('title') ServiceFeeItems @parent @stop {{-- Page content --}} @section('content')

ServiceFeeItems

@include('flash::message')

ServiceFeeItems List


@include('admin.serviceFeeItems.table')
@stop