@extends('back.layouts.main') @section('title' , 'Update Attribute '.$model->id) @section('content')
@method('PUT')
@csrf @include('back.attributes.form')
@stop @section('breadcrumbs') @stop