@extends('super_admin.layouts.master') @section('content')
@session('success') @endsession
@csrf
@endsection @section('custom_script') @if (session()->has('success')) @endif @if (session()->has('error')) @endif @endsection