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

{{ ($edit)?'Edit':'Add' }} Partner Category

@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('category_icon')) {{ $errors->first('category_icon') }} @endif
@endsection @section('custom_js') @endsection