@extends('backend.template') @section('content')

{{ label("Students List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("SNo.")}} {{ label("Name") }} {{ label("Email") }} {{ label("Mobile") }} {{ label("Intrested for Country") }} {{ label("Intrested Course") }} {{ label("Action") }}
{{ $i++ }} {{ $item->name }} {{ $item->email }} {{ $item->mobile }} {!! getFieldData("tbl_countries", "title", "country_id", $item->countries_id) !!} {{ $item->intrested_course }}
@endsection @push("css") @endpush @push("js") @endpush