@extends('admin.layouts.master') @section('title', 'Edit Payment Option') @section('content')

@yield('title')

@csrf
@if($result->id == 2)
@endif @if($result->id == 3)
@endif @if($result->id == 4)
@endif @if($result->id == 5)
@endif @if($result->id == 6)
@endif
@endsection @push('scripts') @endpush