@extends('dashboard.master') @section('title', ' تعديل عمليه دفع '. $store->name) @section('store'.$store->category->id.'-active', 'active') @section('content')
@csrf @method('PUT')
@endsection