@extends('layout-admin.index') @section('title', "Car Unit Photos") @section('css') @endsection @section('body')
Upload Foto Mobil

@if ($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
@endsection @section('js') @endsection