@extends('admin.layouts.admin') @section('title') تنظیمات الوپیک @endsection @section('style') @endsection @section('script') @endsection @section('content')
تنظیمات الوپیک
@csrf @method('put')
@if($errors->has('alopeyk_token'))
{{ $errors->first('alopeyk_token') }}
@endif
@if($errors->has('neshan_token'))
{{ $errors->first('neshan_token') }}
@endif
@if($errors->has('anbar_address'))
{{ $errors->first('anbar_address') }}
@endif
@if($errors->has('cellphone'))
{{ $errors->first('cellphone') }}
@endif
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif

@include('admin.deliveryMethods.modal') @endsection