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

{{ label("Contactus List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("Sn.")}} {{ label("title") }} {{ label("email") }} {{ label("phone") }} {{ label("country_interested") }} {{ label("study_background") }} {{ label("terms_and_condition") }} {{ label("Action") }}
{{ $i++ }}{{ $item->title }} {{ $item->email }} {{ $item->phone }} {{ $item->country_interested }} {{ $item->study_background }} {{ $item->terms_and_condition }}
@endsection @push("css") @endpush @push("js") @endpush