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

Edit {{$service->name}}

Add your services here

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Cancel
@endsection