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

Servicefees

@include('flash::message')

Servicefees List


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