@extends('layouts.admin') @section('title') Admin | Add New Service @endsection @section('content')
@csrf

Add New Service

Back to Services
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ config('app.currency_sign') }}
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('capabilities')) {{ $errors->first('capabilities') }} @endif
@if ($errors->has('deliverables')) {{ $errors->first('deliverables') }} @endif
@if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif
@endsection