@extends('layouts.backoffice') @section('content')
{{ csrf_field() }} @foreach($textures as $t) @endforeach
Texture name Texture Img Current default color Default color
{{$t->name}} {{$t->name}} @if($t->default_stich_color_id!=0)
 
@endif
@if(isset($modelNav['base']) && $modelNav['base'])  Back @endif
@endsection