@extends('backend.master') @section('content')
Edit: {{ $gw->name }}
@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
Logo
ফাইল দিলে এটি ইগনোর হবে।
@php $p = $gw->logo_path; $isStored = $p && \Illuminate\Support\Facades\Storage::disk('public')->exists($p); $isUrl = $p && \Illuminate\Support\Str::startsWith($p,['http://','https://']); @endphp @if($isStored) current @elseif($isUrl) current @else preview @endif
Fees & Commission
Back
@endsection