@extends('admin/layouts/default') @section('title') ServiceFeeItems @parent @stop {{-- Page content --}} @section('content') ServiceFeeItems Dashboard ServiceFeeItems ServiceFeeItems List @include('flash::message') ServiceFeeItems List @lang('button.create') @include('admin.serviceFeeItems.table') @stop