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