@extends('layouts.admin') @section('content')

{{ __('Create Service') }}

{{ __('Go Back') }}
@if($errors->any())
@endif
@csrf
{{--
--}}
@endsection