@extends('layouts.app') @section('content')
{{ $errors->first('category_id') }}
@endif{{ $errors->first('serial_number') }}
@endif{{ $errors->first('title') }}
@endif{{trans('others.global_file_types_gallery')}}
@if($errors->has('photo1')){{ $errors->first('photo1') }}
@endif{{trans('others.global_file_types_gallery')}}
{{ $errors->first('photo2') }}
@endif{{trans('others.global_file_types_general')}}
{{ $errors->first('attachments') }}
@endif{{ $errors->first('status_id') }}
@endif{{ $errors->first('location_id') }}
@endif{{ $errors->first('assigned_user_id') }}
@endif{{ $errors->first('notes') }}
@endif