@extends('layouts.main') @section('page-style') @endsection @section('page-script') {{-- --}} @endsection @section('content')

@include('layouts.notifications')
{{$title}}
@if(isset($result['logo_brand']) && $result['logo_brand'] != "") @else @endif
Select image Change
{{--
@if(isset($result['image_brand']) && $result['image_brand'] != "") @else @endif
Select image Change Remove
--}}
{{ csrf_field() }}
@if(isset($result['id_brand']) && $result['id_brand'] != "") @endif
@endsection