@extends('managers.layout.master') @section('title', 'أسعار الوحدة') @section('content')

أسعار الوحدة

تعديل البيانات

@csrf
@if ($errors->has('thursday')) {{ $errors->first('thursday') }} @endif
@if ($errors->has('friday')) {{ $errors->first('friday') }} @endif
@if ($errors->has('saturday')) {{ $errors->first('saturday') }} @endif
@if ($errors->has('sunday')) {{ $errors->first('sunday') }} @endif
@stop