@extends('backend.layouts.app') @section('content')

{{Session::get('message')}}


@csrf
{{$errors->has('price_day')?$errors->first('price_day'):''}}
{{$errors->has('price_night')?$errors->first('price_night'):''}}
{{$errors->has('unit')?$errors->first('unit'):''}}
@endsection