@extends('layouts.admin') @section('content')
Sl. No | Name | Description | Price Type | Status | Actions |
---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ $translationtype->name }} | {{ $translationtype->description }} | @if($translationtype->price_type == 'free') FREE @elseif($translationtype->price_type == 'rush_fee') {{ $translationtype->percentage }} % Rush Fee @elseif($translationtype->price_type == 'fixed') Fixed Amount @else Not Available @endif |
status == 1 ? 'checked' : ''}} />
|