@php use Illuminate\Support\Facades\Auth;$role = Auth::user()->role; @endphp @extends('backend.layouts.app') @section('PageTitle', 'Create Service') @section('content')

Create Service

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