@extends('admin.admin_master')
@section('content-header', 'CompanyStats')
@section('content')
|
Title English |
Title Nepali |
Count |
Unit |
Status |
|
@foreach ($companyStat as $record)
| {!! $loop->iteration !!} |
{!! $record->title_en !!} |
{!! $record->title_np !!} |
{!! $record->count !!} |
{!! $record->unit !!} |
{!! $record->status !!} |
Edit
Delete
|
@endforeach
@endsection
@push('script')
@endpush