@extends('layouts.frontend.master') @section('title') Registration | Sohag Computer Training Center @endsection @section('content') Branch Registration Home Registration @if (session('success')) × {{ session('success') }} @endif @csrf Name of Branch * : @error('branch_name') {{ $message }} @enderror Branch Code * : @error('branch_code') {{ $message }} @enderror Chairman Name * : @error('chairman_name') {{ $message }} @enderror Address * : @error('address') {{ $message }} @enderror Branch LOGO * : @error('branch_logo') {{ $message }} @enderror Chairman Photo : * : @error('chairman_photo') {{ $message }} @enderror E-mail/Phone Number * : @error('email') {{ $message }} @enderror Password * : @error('password') {{ $message }} @enderror Confirm Password * : @error('password') {{ $message }} @enderror REGISTRATION @endsection
Name of Branch * : @error('branch_name')
Branch Code * : @error('branch_code')
Chairman Name * : @error('chairman_name')
Address * : @error('address')
Branch LOGO * : @error('branch_logo')
Chairman Photo : * : @error('chairman_photo')
E-mail/Phone Number * : @error('email')
Password * : @error('password')
Confirm Password * : @error('password')
REGISTRATION