@extends('layouts.app-admin') @section('title', 'Shop Management') @section('content')
{{trans('admin_default.create_new_shop')}}
{{trans('admin_default.account_information')}}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
{{trans('admin_default.shop_information')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('short_code')) {{ $errors->first('short_code') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
%
@if ($errors->has('website')) {{ $errors->first('website') }} @endif