@extends('admin.layouts.master') @section('title') رفع بيانات تسوقيه @endsection @section('css') @endsection @section('content-header')

رفع بيانات تسوقيه

@endsection @section('content')
@csrf
@error('excel')
{{ $message }}
@enderror
@endsection @section('js') @endsection