@extends('admin.layouts.admin') @section('title') Add Service Type @endsection @section('styles') @endsection @section('content')

Add Service Type

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if ($errors->has('name')) @endif
@endsection @section('scripts') @endsection