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

{{ $title }}

@csrf @if (isset($service->id)) @method('PUT') @endif
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@endsection @section('js-page') @endsection