@extends('dashboard_layout') @section('content')

Add New Pricing

@if(Session::has('submit-status')) @endif
{{ csrf_field() }}
@if ($errors->first('pricing_title')){{ $errors->first('pricing_title') }}@endif
@if ($errors->first('pricing_amount')){{ $errors->first('pricing_amount') }}@endif
@if ($errors->first('storage')){{ $errors->first('storage') }}@endif
@if ($errors->first('no_of_clients')){{ $errors->first('no_of_clients') }}@endif
@if ($errors->first('active_projects')){{ $errors->first('active_projects') }}@endif
@if ($errors->first('colors')){{ $errors->first('colors') }}@endif
@if ($errors->first('goodies')){{ $errors->first('goodies') }}@endif
@if ($errors->first('email_support')){{ $errors->first('email_support') }}@endif
@if ($errors->first('status')){{ $errors->first('status') }}@endif
@endsection