@extends('admin.layout.master') @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb') @include('admin.layout.breadcrumb_view') @stop @section('page-content')
@include('admin.layout.error')
share_clients == 1 ? 'checked' : '' }}>
share_products == 1 ? 'checked' : '' }}>
share_suppliers == 1 ? 'checked' : '' }}>
{{ csrf_field() }}
@stop @section('js') @stop