@extends('admin.layout.master') @section('title', 'Sub Category Manager') @section('content')

Add Sub Category

@csrf
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('zipcode')) {{ $errors->first('zipcode') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('priceperday')) {{ $errors->first('priceperday') }} @endif
@if ($errors->has('priceperweek')) {{ $errors->first('priceperweek') }} @endif
@if ($errors->has('pricepermonth')) {{ $errors->first('pricepermonth') }} @endif
@if ($errors->has('pricecondition')) {{ $errors->first('pricecondition') }} @endif
@if ($errors->has('security_deposit')) {{ $errors->first('security_deposit') }} @endif
@if ($errors->has('item_condition')) {{ $errors->first('item_condition') }} @endif
@if ($errors->has('is_featured')) {{ $errors->first('is_featured') }} @endif
Back
@endsection @push('js') @endpush