@extends('layout.admin_layout') @section('title', 'Slot Time') @section('body') @section('header', 'Slot Time') @section('badge') @endsection @if(Session::has('message'))
{{ Session::get('message') }}
@endif
This time slot will be apply for chat, audio and video consolation
@empty($slot_time)
{{ csrf_field() }}
@else
{{ csrf_field() }}
@endif
@endsection