@extends('layouts.partials.master') @section('title', 'Logistas') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Nova Imagem']) Voltar
@csrf
{{ $errors->first('images') }}
@endsection