@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content')

Създаване на спортна площадка

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('domain_name')) {{ $errors->first('domain_name') }} @endif
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@if ($errors->has('location_id')) {{ $errors->first('location_id') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@foreach(__('texte.sports_arr') as $key=>$value) @endforeach @if ($errors->has('sports[]')) {{ $errors->first('sports[]') }} @endif
@if ($errors->has('info')) {{ $errors->first('info') }} @endif
here goes the image
@if ($errors->has('image.*')) {{ $errors->first('image.*') }} @endif
@endsection