@extends('Admin/layout/master') @section('title', 'Regular Pricing') @section('content')
Regular Princing
{{-- --}} @csrf @for ($i = 0; $i < 31; $i++) @php $d = $i; @endphp @endfor
Day PriceAction
{{ $d + 1 }}
@endsection {{-- @section('scripts') @endsection --}}