@extends('layouts.master') @section('title'){{__('sidebar.style')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.style')}} @endslot @slot('subtitle') {{__('sidebar.addstyle')}} @endslot @endcomponent
@csrf {{isset($style)?method_field('PUT'):''}}
@endsection @section('scripts') @endsection