@extends('admin.layouts.app') @section('title', 'Main page') @section('content') {{-- {{session()->get('errors')}} --}}
@csrf


{{--

{{ $p.$data->web_booking_logo }}


--}}
{{ $errors->first('web_booking_logo') }}


{{--

{{ $p.$data->web_booking_logo }}


--}}
{{ $errors->first('footerlogo') }}


{{--

{{ $p.$data->web_booking_logo }}


--}}
{{ $errors->first('web_booking_rental') }}


{{--

{{ $p.$data->web_booking_delivery }}


--}}
{{ $errors->first('web_booking_delivery') }}


{{--

{{ $p.$data->web_booking_history }}


--}}
{{ $errors->first('web_booking_history') }}


{{--

{{ $p.$data->web_booking_history }}


--}}
{{ $errors->first('web_booking_track') }}
@endsection