@extends('layouts.backend',['page_title'=>'Create New payment']) @section('content-header')

عناصر الشراء

@stop @section('content')
@include('common.errors')

اضافه عنصر جديد

@include('backend.payments._form')
@stop