@extends('layouts.admin-layout') @section('title', 'All AtoZ TV List') @section('content')
@csrf

AtoZ TV Section

Profile Preview

AtoZ TV Section

@foreach($get_atoz_tv as $atoz_tv) @endforeach
Tv Link Edit Delete
Edit
@endsection @section('script') @endsection