@extends('admin.admin_master') @section('content-header', 'Edit Payment') @section('content')
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if (!empty($payment->image)) @endif
Insert Image Remove Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection