@extends('admin.layouts.master') @section('title', 'Create Service - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add Service') }}
@csrf
@error('heading') {{ $message }} @enderror

{{ __('Upload') }}
@error('detail') {{ $message }} @enderror



@endsection