@extends('layouts.vendor') @section('title', 'Shop Profile') @section('page-title', 'Shop Profile') @section('content')
@csrf @method('PUT')

Shop Information

@if($vendor->logo) @endif
@endsection