@extends('admin.layout') @section('custom-style') @endsection @section('content') @php $date = (isset($_GET['date'])) ? $_GET['date'] : ''; @endphp @php $searchText = (isset($_GET['searchText'])) ? $_GET['searchText'] : ''; @endphp Live Stream Types Live Stream Types All All Live Stream Types @if(check_Permission('Live Broadcast', 'create')) Add New Live Live Stream Type @endif Select Date Search @if(\Session::has('delete')) {!! \Session::get('delete') !!} @endif S.No. Name Created on Action @foreach($alllivestreamtypes as $livestreamtype) {{$loop->iteration}} {{$livestreamtype->live_stream_type_name}} {{$livestreamtype->created_at}} @if(check_Permission('Live Broadcast', 'edit')) @endif @if(check_Permission('Live Broadcast', 'delete')) @endif @endforeach {!! $alllivestreamtypes->links() !!} @endsection @section('custom-scripts') @endsection