@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@include('gold::gold_bar')
@include('gold::gold_jewelry')
@include('gold::gold_other')
@if (mwz_roles('admin.gold.gold.save'))
@endif
@endsection('content') @section('scripts') @endsection