@extends('adminlte::page') @section('title_postfix', ' - Editar Imagem > Site') @section('content_header')

Imagens — Site

@stop @section('content')

Editar Imagem

{{ $banner->category }}
@csrf
@foreach($locales as $locale)

@endforeach



@stop @section('css') @endsection @section('js') @endsection