@extends('admin.layout.app') @section('title', 'Sehat Health Care - Create Services ') @push('headerscript') @endpush @section('content')

Services

@csrf
{{ $errors->first('services_title')}}
{{ $errors->first('services_image')}}
{{ $errors->first('services_description')}}

@endsection @push('footerscript') @endpush