@extends('admin.admin_master')
@section('content-header', 'Products')
@section('content')
|
Title English |
Title Nepali |
Featured Image |
Enable Quote Button |
|
@foreach ($product as $record)
| {!! $loop->iteration !!} |
{!! $record->title_en !!} |
{!! $record->title_np !!} |
 !!}) |
{!! $record->quotebutton !!} |
Edit
Delete
|
@endforeach
@endsection
@push('script')
@endpush