@extends('admin.layouts.master') @section('content') @include('admin.layouts.navbar')
@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

اضافه خدمة جديدة

@endsection