@extends('company.layout.master') @section('title', 'معرض الصور') @section('content')

معرض الصور

إنشاء جديد

{{csrf_field()}}

صورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop