@extends('admin.admin_master') @section('content-header', 'Add Payment') @section('content')
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif
{{-- --}}
Insert Image Remove Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{ csrf_field() }}
@endsection