@extends('Frontend.Layouts.modal') @section('title') {{ trans('front.services') }} @stop @section('body')
{{ trans('front.add_service') }}
@include('Frontend.Services.table')
@stop @section('buttons') @stop