@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('category')){{ $errors->first('category') }}@endif
{{--
@if ($errors->has('registration_fees')){{ $errors->first('registration_fees') }}@endif
--}}
@if ($errors->has('cashback')){{ $errors->first('cashback') }}@endif
{{--
@if ($errors->has('gst')){{ $errors->first('gst') }}@endif
--}}
@if ($errors->has('admin_com')){{ $errors->first('admin_com') }}@endif
@if ($errors->has('partner_com')){{ $errors->first('partner_com') }}@endif
@if ($errors->has('franchise_com')){{ $errors->first('franchise_com') }}@endif
@if ($errors->has('sk_com')){{ $errors->first('sk_com') }}@endif
@if ($errors->has('user_com')){{ $errors->first('user_com') }}@endif
@if ($errors->has('mytext')){{ $errors->first('mytext') }}@endif
-
@if ($errors->has('image')){{ $errors->first('image') }}@endif
@if($data->image) @endif
@if ($errors->has('documents_info')){{ $errors->first('documents_info') }}@endif
@if ($errors->has('feature')){{ $errors->first('feature') }}@endif
@endsection