@extends('layout') @section('h4-page', __('edit') . ' ' . __('riders')) @section('contents')
@if (session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
  • @if (@$main->avatar)
    image
    @else
    image
    @endif
{{__("back")}}
@endsection @section('scripts') @endsection