@extends('admin.layout.master') @section('content')

Create Time Packages

@csrf
@if ($errors->has('service_name')) {{ $errors->first('service_name') }} @endif
@if ($errors->has('subservice_name')) {{ $errors->first('subservice_name') }} @endif
@if ($errors->has('time_period')) {{ $errors->first('time_period') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection