@extends('layouts.admin') @section('title','Dashboard') @section('css') @endsection @section('breadcrumb', 'Category') @section('content')
{{$subcategory->id == ''?"Add": "Edit"}} Sub Category
@csrf
@if ($errors->has('subcategoryName')) {{$errors->first('subcategoryName')}} @endif
@if ($errors->has('fr_subcategoryName')) {{$errors->first('fr_subcategoryName')}} @endif
@if ($errors->has('subcategoryDescription')) {{$errors->first('subcategoryDescription')}} @endif
@if ($errors->has('fr_subcategoryDescription')) {{$errors->first('fr_subcategoryDescription')}} @endif
@if ($errors->has('subcategoryIcon')) {{$errors->first('subcategoryIcon')}} @endif
@if ($errors->has('subcategorylocation')) {{$errors->first('subcategorylocation')}} @endif
@if ($errors->has('fr_subcategorylocation')) {{$errors->first('fr_subcategorylocation')}} @endif
@if($subcategory->id != '') @method('put') @endif
@endsection