@extends('admin_template') @section('content')

{{ status_error(); }}

{{isset($mode) && $mode == 'update' ? 'Update' : 'Save'}} Audience Type.


@csrf

Instructions:

  • When Adding color to the Audience type only one type should be added to the database at a time.
  • If Color is not needed multiple Audience type can be added at once with the checkbox.


@endsection