@extends('layouts.admin') @section('content')
@if($customRateBase)
{{ method_field('PUT') }} {{ csrf_field() }} @var $btnLabel = 'Update' @else {{ csrf_field() }} @var $btnLabel = 'Add' @endif
Column Definition
@endsection @section('scripts') @if($customRateBase) @endif @endsection