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

Edit Item

@if (session('error_message'))
  {{ session('error_message') }}
@endif
@csrf
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('subcategory_id')) {{ $errors->first('subcategory_id') }} @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('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('specs')) {{ $errors->first('specs') }} @endif
{{-- --}} @if ($errors->has('tandc')) {{ $errors->first('tandc') }} @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('security_deposit')) {{ $errors->first('security_deposit') }} @endif
@if ($errors->has('item_condition')) {{ $errors->first('item_condition') }} @endif
Back
@endsection @push('js') @endpush