@extends(config('seo.layout')) @section('header') Campaign Pages @endsection @section('tools') New Campaign Page @endsection @section('content') @foreach ($landingPages as $landing) @endforeach
# English Slug Arabic Slug English Title/Header Arabic Title/Header Properties Actions
{{ $loop->iteration }} {{ $landing->slug_en }} {{ $landing->slug_ar }} {{ $landing->header_en }} {{ $landing->header_ar }} {{ $landing->properties }}
@endsection