@extends('layouts.app') @section('title', 'New Service') @section('content') arrow_back Back to Services @include('partials.flash') @include('admin.services._form') @endsection