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

{{ label("Economies List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("Sn.")}} {{ label("title") }} {{ label("ecomomy_nepali_name") }} {{ label("alias") }} {{ label("createdBy") }} {{ label("updatedBy") }} {{ label("Action") }}
{{ $i++ }}{{ $item->title }} {{ $item->ecomomy_nepali_name }}
{{ $item->alias }}
change alias
{{ $item->createdBy }} {{ $item->updatedBy }}
@endsection @push("css") @endpush @push("js") @endpush