@extends('layouts.app') @section('css') {{-- select2 css --}} @endsection @section('content')
{{ __('Items') }} >> {{ __('New Item') }}
{{ $currency_symbol }}
{{ $currency_symbol }}
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif') }}
{{ $currency_symbol }}
{{ __('Cancel') }}
@endsection @section('js') {!! translateValidationMessages() !!} @endsection