@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Edit '.$info->name]) @endsection @section('content')
@csrf @method('PUT')
@if($info->slug != 'cod')
@endif @if($info->slug=='instamojo')
@endif @if($info->slug=='razorpay')
@endif @if($info->slug=='paypal')
@endif @if($info->slug=='stripe')
@endif @if($info->slug=='toyyibpay')
@endif @if($info->slug=='mollie')
@endif @if($info->slug=='paystack')
@endif @if($info->slug=='mercado')
@endif
@endsection @push('js') @endpush