@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} {{ ($edit)?'Edit':'Add' }} Category @endsection @section('custom_css') @endsection @section('content')

{{ ($edit)?'Edit':'Add' }} Category @if(isset($country_info) && !empty($country_info)) - {{$country_info->country_name}} @endif

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
@csrf
@if ($errors->has('category_name')) {{ $errors->first('category_name') }} @endif
@if ($errors->has('categorytag_icon')) {{ $errors->first('category_icon') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Geo-Location
@if(isset($country_info) && !empty($country_info))
: {{$country_info->country_name}}
@endif
SEO
@endsection @section('custom_js') @endsection